feat(cron): Emit event before/after background job execution#51821
feat(cron): Emit event before/after background job execution#51821ChristophWurst wants to merge 1 commit into
Conversation
8dbb5f0 to
3fed4f7
Compare
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3fed4f7 to
69b6c28
Compare
|
Tested and works for me as well 👍 Anything missing still before moving out of draft state @ChristophWurst ? |
|
I wasn't sure if including job arguments is needed or not, but that can be added later too |
haven't tested, code looks good. In case of doubt, we provided the |
|
The API is forward-compatible for extension, we don't need the experimental namespace here |
joshtrichards
left a comment
There was a problem hiding this comment.
This looks like a reasonable change to me. I actually though we already had this, but guess not... Conflicts need to be resolved, but they look straightforward. Ping me for review again when/if resolved.
Summary
Emit events before and after running background jobs.
TODO
Checklist